ES6:Unexpected string concatenation (prefer-template)
错误如图: 原因:ESLint推荐用ES6的Template String来拼接字符串,而不能用+号。 解决方法: 官方文档:https://dev ...
错误如图: 原因:ESLint推荐用ES6的Template String来拼接字符串,而不能用+号。 解决方法: 官方文档:https://dev ...